'Declaration
<DescriptionAttribute("Specifies if the annotation can be moved in design time")> Public Property CanMove As Boolean
[Description("Specifies if the annotation can be moved in design time")] public bool CanMove {get; set;}
public read-write property CanMove: Boolean;
DescriptionAttribute("Specifies if the annotation can be moved in design time") public function get,set CanMove : boolean